object FmViewName: TFmViewName Left = 307 Top = 268 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Create a New View' ClientHeight = 100 ClientWidth = 275 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object LblViewName: TLabel Left = 8 Top = 16 Width = 56 Height = 13 Caption = 'View &Name:' FocusControl = EdtViewName end object BtnCancel: TBitBtn Left = 184 Top = 64 Width = 75 Height = 25 TabOrder = 2 Kind = bkCancel end object BtnOk: TBitBtn Left = 104 Top = 64 Width = 75 Height = 25 TabOrder = 1 Kind = bkOK end object EdtViewName: TcxTextEdit Left = 8 Top = 32 Width = 257 Height = 21 Properties.OnChange = EdtViewNameChange Style.StyleController = DM.EditStyles TabOrder = 0 Text = 'EdtViewName' end end